home *** CD-ROM | disk | FTP | other *** search
/ Windows News 2005 November / WNnov2005.iso / Windows / Utilitaires / Add-Remove Plus / invarptrial.exe / {app} / arplus.exe / 0 / RCDATA / TEBTRIALSTANDARDBOX / TEBTRIALSTANDARDBOX.txt
Text File  |  2004-10-21  |  2KB  |  124 lines

  1. object EbtrialStandardBox: TEbtrialStandardBox
  2.   Left = 313
  3.   Top = 172
  4.   BorderStyle = bsNone
  5.   ClientHeight = 410
  6.   ClientWidth = 518
  7.   Color = clWhite
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   OnCreate = FormCreate
  15.   DesignSize = (
  16.     518
  17.     410)
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object cmdTry: TButton
  21.     Left = 411
  22.     Top = 312
  23.     Width = 98
  24.     Height = 25
  25.     Caption = 'Try'
  26.     ModalResult = 1
  27.     TabOrder = 1
  28.   end
  29.   object cmdQuit: TButton
  30.     Left = 411
  31.     Top = 376
  32.     Width = 98
  33.     Height = 25
  34.     Caption = 'Quit'
  35.     ModalResult = 2
  36.     TabOrder = 2
  37.   end
  38.   object panBottom: TPanel
  39.     Left = -2
  40.     Top = 365
  41.     Width = 403
  42.     Height = 46
  43.     BevelOuter = bvNone
  44.     ParentBackground = True
  45.     ParentColor = True
  46.     TabOrder = 3
  47.     object labTrialDay: TLabel
  48.       Left = 18
  49.       Top = 11
  50.       Width = 4
  51.       Height = 19
  52.       Color = clBlack
  53.       Font.Charset = ANSI_CHARSET
  54.       Font.Color = clBlack
  55.       Font.Height = -16
  56.       Font.Name = 'Arial'
  57.       Font.Style = [fsBold]
  58.       ParentColor = False
  59.       ParentFont = False
  60.       Transparent = True
  61.     end
  62.     object pbTrialDay: TProgressBar
  63.       Left = 120
  64.       Top = 12
  65.       Width = 281
  66.       Height = 16
  67.       Max = 30
  68.       Position = 14
  69.       TabOrder = 0
  70.     end
  71.   end
  72.   object cmdInformation: TButton
  73.     Left = 411
  74.     Top = 344
  75.     Width = 98
  76.     Height = 25
  77.     Caption = 'Information'
  78.     TabOrder = 0
  79.     OnClick = cmdInformationClick
  80.   end
  81.   object panLogo: TPanel
  82.     Left = 409
  83.     Top = 8
  84.     Width = 104
  85.     Height = 104
  86.     BevelInner = bvRaised
  87.     ParentBackground = True
  88.     ParentColor = True
  89.     TabOrder = 4
  90.     object imgLogo: TImage
  91.       Left = 2
  92.       Top = 2
  93.       Width = 100
  94.       Height = 100
  95.       Cursor = crHandPoint
  96.       Align = alClient
  97.       ParentShowHint = False
  98.       ShowHint = True
  99.       OnClick = imgLogoClick
  100.     end
  101.   end
  102.   object panBig: TPanel
  103.     Left = 0
  104.     Top = 0
  105.     Width = 400
  106.     Height = 360
  107.     Anchors = [akLeft, akTop, akRight, akBottom]
  108.     ParentBackground = True
  109.     ParentColor = True
  110.     TabOrder = 5
  111.     object imgBig: TImage
  112.       Left = 1
  113.       Top = 1
  114.       Width = 398
  115.       Height = 358
  116.       Align = alClient
  117.     end
  118.   end
  119.   object XPManifest1: TXPManifest
  120.     Left = 488
  121.     Top = 120
  122.   end
  123. end
  124.